Defining a Return Function
Selecting the Return function ends and exits the instruction and thus the action. The function may also provide a return value, such as those described in the following table.
Type |
Return Type |
Description |
Name |
Sum <Decimal Arguments List> |
Decimal |
Performs mathematical addition of decimals |
Sum Decimals |
Current date |
Date-Time |
Retrieves the current date |
Current date |
Computer IP address |
Text |
Retrieves the current computer IP address |
Computer IP address |
Refer to page 1 for a sample list.
To define a Return function:
1. | Click Insert Instruction to display the following drop-down menu: |
2. | Select Return to add the word Return to the action statement. |